Fix up perl path in installed scripts
authorHilko Bengen <bengen@debian.org>
Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)
committerHilko Bengen <bengen@debian.org>
Sun, 21 Apr 2019 20:17:19 +0000 (21:17 +0100)
Gbp-Pq: Name 0013-Fix-up-perl-path-in-installed-scripts.patch

perl/examples/create_disk.pl
perl/examples/inspect_vm.pl
tools/virt-list-filesystems
tools/virt-list-partitions
tools/virt-tar
tools/virt-win-reg

index 3b406833a54382360b026a720c2bb90253e55636..3b69fabea19693030fb6232a08cbd4991a5b47b7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # Example showing how to create a disk image.
 
index 04fbae6d9085fb2dcc60b3479fe1a6b041d7413b..00679ec81a0500679a42c7286ea4588396175c52 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # Example showing how to inspect a virtual machine disk.
 
index 691f857318f4520507b7085d3add5f3385bd4cff..5a0962396e814cbfc7a797c787bd9561f1f701aa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-list-filesystems
 # Copyright (C) 2009-2019 Red Hat Inc.
 #
index ea4578527d5dc59e5496a77d0b0faab0214f4d46..4a2edfe6806cc9be17e3195f57747db9399ed3e6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-list-partitions
 # Copyright (C) 2010 Red Hat Inc.
 #
index d20dc19d819d229218da9d8778cc5d80baf64ccf..d275d4bac65e5f01ec78211839f55055fa2db65d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-tar
 # Copyright (C) 2009-2019 Red Hat Inc.
 #
index 1a936c5d072524f5ed127b7483f1b3ae45c55027..0fd45464144474f132e1db201a57f9e1c03d269a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-win-reg
 # Copyright (C) 2010 Red Hat Inc.
 #